home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 April / Software of the Month Club 1997 April.iso / pc / dos / games / fastmaze / fastmaze.doc next >
Encoding:
Text File  |  1995-10-04  |  1.1 KB  |  30 lines

  1.                                FMAZ41 -- Maze Game
  2.  
  3.                               Version 4.1 (10/4/95)
  4.  
  5.  
  6.      Generate and solve mazes on your VGA (or better) display.
  7.  
  8.      The mazes are displayed in three dimensions.
  9.  
  10.      SQRMAZE generates mazes with square rooms; HEXMAZE generates mazes with
  11. hexagonal rooms.
  12.  
  13.      You will be prompted for the number of columns, the tilt, the number of
  14. mazes to be tried before one is selected for display, and a random number seed.
  15. In general, the more mazes that are tried, the harder the displayed maze will
  16. be to solve.
  17.  
  18.      While the maze is being selected, a spinning cursor is displayed.
  19.  
  20.      After the maze is displayed, you may use the arrow keys (with SQRMAZE) or
  21. the Home, PgUp, PgDn, End, up arrow, and down arrow keys (with HEXMAZE) to solve
  22. it.  Press "Q" to quit or press "S" to have the computer solve the maze.
  23.  
  24.      After the maze is solved, you must press some key to continue.
  25.  
  26.      Each maze has exactly one solution that does not involve backtracking
  27. (passing through a doorway more than once).
  28.  
  29.      This program was written by James L. Dean.
  30.